.plugin-fixed-call{position:fixed;top:30%;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{cursor:pointer;width:45px;height:45px;background:#f08326;line-height: 45px;margin-bottom:1px; color: #fff; position: relative;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child:hover{width:150px;background: #c0af93;}
.plugin-fixed-call .child i{ display: inline-block; text-align: center; width: 45px; height: 45px; color:#fff; font-size: 25px; position: relative; z-index: 5;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left: 153px;color: #fff;background: #f08326;top: 0;width: 150px;text-align: center; opacity: 0; display: none;transition: all 0.5s;}
.plugin-fixed-call .child:hover p{opacity: 1;left: -153px; display: block; transition: all 0.5s;}

.plugin-fixed-call .fixedTop{ background: #f08326; cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;color: #fff;}
.plugin-fixed-call .fixedTop i{font-size: 25px; }
.plugin-fixed-call .fixedCode{cursor:pointer;position: relative;}
.plugin-fixed-call .fixedTop:hover{ background: #c0af93;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:absolute;top:-61px;left:-123px;opacity: 0; width: 110px; height: 110px;}
.fixedCodeInfo img{ background: #f08326; padding: 5px; width: 100%;}

